public CombineWarpCommand(
RasterImage destinationImage,
LeadPoint[] destinationPoints,
LeadRect sourceRectangle,
CombineWarpCommandFlags flags
)
Public Function New( _
ByVal destinationImage As RasterImage, _
ByVal destinationPoints() As LeadPoint, _
ByVal sourceRectangle As LeadRect, _
ByVal flags As CombineWarpCommandFlags _
)
- (instancetype)initWithDestinationImage:(LTRasterImage *)destinationImage
destinationPoints:(LeadPoint[4])destinationPoints
sourceRectangle:(LeadRect)sourceRectangle
flags:(LTCombineWarpCommandFlags)flags
public:
CombineWarpCommand(
RasterImage^ destinationImage,
array<LeadPoint>^ destinationPoints,
LeadRect sourceRectangle,
CombineWarpCommandFlags flags
)
destinationImage
The destination image for the command.
destinationPoints
An array that contains the four points that define the warp area in the destination image.
sourceRectangle
Defines the area of the source image to be warped.
flags
Flags that indicate the type of interpolation to use, if interpolation is used.
destinationImage will hold the result of combing this image with the image passed to the Run method.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document